home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / inkscape / extensions / svg2xaml.inx < prev    next >
Encoding:
Extensible Markup Language  |  2010-03-12  |  538 b   |  15 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  3.     <_name>XAML Output</_name>
  4.     <id>org.inkscape.output.xaml</id>
  5.     <output>
  6.         <extension>.xaml</extension>
  7.         <mimetype>text/xml+xaml</mimetype>
  8.         <_filetypename>Microsoft XAML (*.xaml)</_filetypename>
  9.         <_filetypetooltip>Microsoft's GUI definition format</_filetypetooltip>
  10.     </output>
  11.     <xslt>
  12.         <file reldir="extensions">svg2xaml.xsl</file>
  13.     </xslt>
  14. </inkscape-extension>
  15.